home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / viewers / polyview / plyvw102.lha / PolyView1.02 / README < prev    next >
Text File  |  1991-07-23  |  3KB  |  73 lines

  1. README 11/11/90
  2. PolyView
  3.  
  4. _______________________________________________________________________________
  5. BEFORE YOU BEGIN
  6.  
  7. Please read the README.FIRST file - found at the root level of this server - 
  8. for general information and instructions on unarchiving and uncompressing
  9. files.
  10.  
  11. The README.BROCHURE also contains helpful descriptions of this and other
  12. software offered on the ftp server.
  13.  
  14. _______________________________________________________________________________
  15. POLYVIEW
  16.  
  17. Enhancements to this software are occurring rapidly. Keep looking for updates 
  18. in this directory. Useful suggestions are likely to be implemented in new 
  19. releases.
  20.  
  21. Portions developed at the National Center for Supercomputing Applications at 
  22. the University of Illinois at Urbana-Champaign.
  23.  
  24. What does it do?
  25.  
  26.     PolyView displays an HDF Vset of polygons or points at a two
  27.     or three dimensional, interactive image with optional annotation,
  28.     which may be written to a RIS8 HDF format file.  The program
  29.     also allows you to:
  30.  
  31.     -- change display projection
  32.     -- render display as points, lines, or polygons
  33.     -- choose constant or gouraud shaded polygons
  34.     -- load and manipulate the colormap
  35.     -- animate a series of vdata sets
  36.     -- view a fly-by of the data using a script file
  37.  
  38.  
  39. How is it used?
  40.  
  41.     The program reads HDF Vset files.  The HDF Vset 1.0 library
  42.     is required.  The necessary code for this application is included
  43.     in this release.
  44.  
  45. _______________________________________________________________________________
  46. REQUIREMENTS
  47.     
  48. PolyView is only supported on the Silicon Graphics Personal
  49. IRIS 4D/20G (24-bit color, 24-bit Z-buffer).  It makes extensive
  50. use of Z-buffering.  Although it has not been tested on higher-end
  51. IRISes, it should run on most models.  It is compiled using
  52. shared graphics and mathematics libraries.
  53.  
  54. _______________________________________________________________________________
  55. INSTALLATION
  56.  
  57. In order to create the example HDF Vset file, "demo.hdf", you should download 
  58. the following files:
  59.  
  60.    makefile    md.c    df.h    dfi.h    vg.h    libdf.a    libvg.a
  61.  
  62. The makefile will compile "md" which, in turn, is used to create "demo.hdf".  
  63. "md.c" provides example code for creating an HDF Vset file from scratch, and 
  64. may be used as a starting point for a data filter.
  65.  
  66. Creating PolyView itself requires all of the files in the v102/src directory.  
  67. Typing "make" without any parameters is all that is necessary to create the 
  68. program.
  69.  
  70. For further development of Vset files it is recommended that you obtain the HDF 
  71. Vset 1.0 code.  It is available via anonymous ftp, by remote login, or direct 
  72. from NCSA on tape.
  73.